home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_12055.txt < prev    next >
Text File  |  1990-04-06  |  5KB  |  199 lines

  1. -- card: 12055 from stack: in.0-4
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7102
  5. -- name: Ex 3.7
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=87 top=196 right=214 bottom=249
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Multiple windows
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the card script.
  22. on mouseUp
  23.   hide fld "feedback"
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8006
  32. -- rect: left=87 top=213 right=231 bottom=249
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 174
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: User definable menus
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the card script.
  43. on mouseUp
  44.   hide fld "feedback"
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 8006
  53. -- rect: left=87 top=230 right=248 bottom=249
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 174
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Faster HyperTalk
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the card script.
  64. on mouseUp
  65.   hide fld "feedback"
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 8006
  74. -- rect: left=255 top=196 right=214 bottom=417
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 174
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Hot Text
  83. ----- HyperTalk script -----
  84. -- The "HiliteRadio" handler is in the card script.
  85. on mouseUp
  86.   hide fld "feedback"
  87.   HiliteRadio
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 5 (button)
  93. -- low flags: 00
  94. -- high flags: 8006
  95. -- rect: left=255 top=213 right=231 bottom=417
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 174
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Resizable windows
  104. ----- HyperTalk script -----
  105. -- The "HiliteRadio" handler is in the card script.
  106. on mouseUp
  107.   hide fld "feedback"
  108.   HiliteRadio
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 9 (button)
  114. -- low flags: 00
  115. -- high flags: A003
  116. -- rect: left=402 top=294 right=315 bottom=460
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Done
  125. ----- HyperTalk script -----
  126. -- The "checkOneRight" handler is in the card script.
  127. on mouseUp
  128.   checkOneRight
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 11 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=476 top=278 right=308 bottom=507
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 13043 / 13043
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Mask
  145.  
  146.  
  147. -- part 12 (button)
  148. -- low flags: 00
  149. -- high flags: A003
  150. -- rect: left=349 top=318 right=338 bottom=461
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Correct Answer
  159. ----- HyperTalk script -----
  160. -- This handler shows the correct answer.
  161.  
  162. on mouseUp
  163.   hideFeedback
  164.   dehiliteBtns
  165.   set hilite of btn 2 to true
  166.   wait 25
  167.   repeat 2
  168.     set hilite of btn 2 to false
  169.     wait 25
  170.     set hilite of btn 2 to true
  171.     wait 25
  172.   end repeat
  173.   ans 6
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part contents for background part 9
  179. ----- text -----
  180. 7 of 7
  181.  
  182. -- part contents for background part 6
  183. ----- text -----
  184.  
  185. You are designing the interface of a new stack that will be seen primarily on Macintosh SEs. The new stack has 5 sections, and stack users should be able to go to any of the other sections at any time. You were thinking about having always available icons connected to each of the sections, but that is taking up a lot of screen space. What new feature of HyperCard could help you take care of this problem ?
  186.  
  187. -- part contents for background part 19
  188. ----- text -----
  189. No. You could put the navigation icons into a separate window, but it would always be taking up screen space. Try again.
  190. Correct. You could create custom menus for the navigation. The menus would always be available, and they would take up very little screen space.
  191. No, this won‚Äôt help you solve this problem. There is a better solution. Try again.
  192. No, this won‚Äôt help you solve this problem. There is a better solution. Try again.
  193. No. You could put the navigation icons in a small window, but that would still use screen space, and the window would block what was under it. Try again.
  194. This is the correct answer. You could create custom menus for the navigation. The menus would always be available, and they would take up very little screen space.
  195.  
  196.  
  197. -- part contents for background part 21
  198. ----- text -----
  199. 2